home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Software / Vyzkuste / codePad / CodePad30.exe / Syntax Definitions / xml.def < prev   
Text File  |  2000-11-20  |  3KB  |  118 lines

  1. object TPersHolder
  2.   P.Name = 'XML'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       FIText = 0
  8.       BlockDelimiters = <>
  9.     end
  10.     item
  11.       Name = 'SpecialTags'
  12.       ID = 2
  13.       ParentID = 0
  14.       FIText = 8
  15.       BlockDelimiters = <
  16.         item
  17.           LeftDelimiter = '<?'
  18.           RightDelimiter = '?>'
  19.           DelimitersArePartOfBlock = True
  20.         end
  21.         item
  22.           LeftDelimiter = '<![CDATA['
  23.           RightDelimiter = ']]>'
  24.           DelimitersArePartOfBlock = True
  25.         end>
  26.     end
  27.     item
  28.       Name = 'Tags'
  29.       ID = 1
  30.       ParentID = 0
  31.       FIText = 1
  32.       FIIdentifier = 7
  33.       UseComments = True
  34.       UseMultiLineComments = True
  35.       UseStrings = True
  36.       UseSingleLineStrings = True
  37.       BlockDelimiters = <
  38.         item
  39.           LeftDelimiter = '<'
  40.           RightDelimiter = '>'
  41.           DelimitersArePartOfBlock = True
  42.         end>
  43.       MultiLineCommentDelimiters = <
  44.         item
  45.           FontID = 5
  46.           LeftDelimiter = '<!--'
  47.           RightDelimiter = '-->'
  48.         end>
  49.       SingleLineStringDelimiters = <
  50.         item
  51.           FontID = 6
  52.           LeftDelimiter = '"'
  53.           RightDelimiter = '"'
  54.         end>
  55.     end>
  56.   P.FontTable = <
  57.     item
  58.       FontID = 0
  59.       GlobalAttrID = 'Whitespace'
  60.       Font.Charset = DEFAULT_CHARSET
  61.       Font.Color = clBlack
  62.       Font.Height = -13
  63.       Font.Name = 'Courier New'
  64.       Font.Style = []
  65.     end
  66.     item
  67.       FontID = 1
  68.       GlobalAttrID = 'Html tags'
  69.       BlockID = 1
  70.       Font.Charset = DEFAULT_CHARSET
  71.       Font.Color = clBlue
  72.       Font.Height = -13
  73.       Font.Name = 'Courier New'
  74.       Font.Style = []
  75.     end
  76.     item
  77.       FontID = 5
  78.       GlobalAttrID = 'Comment'
  79.       BlockID = 1
  80.       Font.Charset = DEFAULT_CHARSET
  81.       Font.Color = clGray
  82.       Font.Height = -13
  83.       Font.Name = 'Courier New'
  84.       Font.Style = [fsItalic]
  85.     end
  86.     item
  87.       FontID = 6
  88.       GlobalAttrID = 'String'
  89.       BlockID = 1
  90.       Font.Charset = DEFAULT_CHARSET
  91.       Font.Color = clMaroon
  92.       Font.Height = -13
  93.       Font.Name = 'Courier New'
  94.       Font.Style = []
  95.     end
  96.     item
  97.       FontID = 7
  98.       GlobalAttrID = 'Identifier'
  99.       BlockID = 1
  100.       Font.Charset = DEFAULT_CHARSET
  101.       Font.Color = clTeal
  102.       Font.Height = -13
  103.       Font.Name = 'Courier New'
  104.       Font.Style = []
  105.     end
  106.     item
  107.       FontID = 8
  108.       GlobalAttrID = 'Html tags'
  109.       BlockID = 2
  110.       Font.Charset = DEFAULT_CHARSET
  111.       Font.Color = clBlue
  112.       Font.Height = -13
  113.       Font.Name = 'Courier New'
  114.       Font.Style = []
  115.     end>
  116.   P.SyntaxVersion = 3
  117. end
  118.